home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / artience / amateur / telefone < prev   
Text File  |  1990-11-10  |  505b  |  13 lines

  1. goal (rate)
  2.  
  3. if day = saturday then rate = cheap.
  4. if hour = before 8:30 then rate = cheap.
  5. if hour = after 21:00 then rate = cheap.
  6. if day = sun to thurs & hour = 8:30 thru 13:00 then rate = expensive.
  7. if day = sun to thurs & hour = 13:00 thru 21:00 then rate = middle.
  8. if day = friday & hour = 8:30 thru 13:00 then rate = expensive.
  9. if day = friday & hour = 13:00 thru 21:00 then rate = cheap.
  10.  
  11. prompt (day) = On which day was the call made?
  12. prompt (hour) = At which hour was the call made?
  13.